babl/Makefile.am babl/base/Makefile.am Removed references to .cvsignore.
authorKevin Cozens <kcozens@cvs.gnome.org>
Sat, 10 Feb 2007 02:08:08 +0000 (02:08 +0000)
committerKevin Cozens <kcozens@src.gnome.org>
Sat, 10 Feb 2007 02:08:08 +0000 (02:08 +0000)
2007-02-09  Kevin Cozens  <kcozens@cvs.gnome.org>

* babl/Makefile.am
* babl/base/Makefile.am
* docs/graphics/Makefile.am: Removed references to .cvsignore.

* docs/Makefile.am: Removed reference to .cvsignore. Removed
^M from end of lines.

svn path=/trunk/; revision=212

babl/Makefile.am
babl/base/Makefile.am
docs/Makefile.am
docs/graphics/Makefile.am

index 6d261325d219be9dfbba0760c13b2a09fea40f5a..d20caefbf65aaf118ed1ff2f53106a5f7e434cac 100644 (file)
@@ -57,6 +57,3 @@ libbabl_la_LDFLAGS= \
        -version-info $(BABL_LIBRARY_VERSION) \
        -release $(BABL_RELEASE) \
        ${no_undefined}
-
-EXTRA_DIST :=                  \
-       .cvsignore
index 2019ab6dc466c062044ef3056168e77f676ac93b..4fda1ba7f6e0a53d6ce64cf2dffd8da1d3706566 100644 (file)
@@ -19,7 +19,6 @@ noinst_LTLIBRARIES= libbase.la
 libbase_la_SOURCES= $(h_sources) $(c_sources) 
 
 EXTRA_DIST :=          \
-       .cvsignore      \
        rgb-constants.h \
        util.h
 
index 011b98513139fd65a1ba168ea7910e12c44cedc1..831cceff0190484df7b1db268fd3c16cc67b5794 100644 (file)
@@ -1,99 +1,98 @@
-# programs used for doc creation\r
-babl_fish_path_dhtml   = $(top_builddir)/tests/babl_fish_path_dhtml\r
-babl_fish_path_fitness = $(top_builddir)/tests/babl_fish_path_fitness\r
-babl_html_dump         = $(top_builddir)/tests/babl_html_dump\r
-\r
-.SILENT:\r
-SUBDIRS=      graphics\r
-DIST_SUBDIRS= graphics\r
-\r
-# The patterns used for html creation in the babl build system\r
-# is very small, and should probably be documented in a tutorial.\r
-#      \r
-#\r
-#\r
-HTML_FILES = index-static.html         \\r
-            index.html         \\r
-            BablFishPath.html\r
-\r
-EXTRA_DIST=                    \\r
-       .cvsignore              \\r
-       babl.css                \\r
-       tools/xml_insert.sh     \\r
-       tools/changelog2rss     \\r
-       index-static.html.in    \\r
-       index.html              \\r
-       LGPL\r
-\r
-BUILT_EXTRA_DIST = index.html BablFishPath.html BablFishPath.txt\r
-\r
-CLEANFILES = README changelog.rss\r
-DISTCLEANFILES = index-static.html\r
-MAINTAINERCLEANFILES = $(BUILT_EXTRA_DIST)\r
-\r
-all: $(HTML_FILES) rss\r
-\r
-\r
-BablFishPath.html: $(babl_fish_path_dhtml)\r
-       echo -n "HTML:"\r
-       echo -n " $@"\r
-       export BABL_PATH="$(top_builddir)/extensions"; $< > $@ &&\\r
-       echo " [OK]" || echo " Fail"\r
-\r
-BablFishPath.txt: $(babl_fish_path_fitness)\r
-       echo -n "UTF8:"\r
-       echo -n " $@"\r
-       export BABL_PATH="$(top_builddir)/extensions"; $< > $@ &&\\r
-       echo " [OK]" || echo " Fail"\r
-       if [ "x"$$CRUCIBLE_ID != "x" ] ;then echo;echo;cat $@;echo;echo;fi\r
-\r
-index.html: index-static.html                    \\r
-           $(babl_html_dump)                    \\r
-           $(top_srcdir)/AUTHORS                \\r
-           $(top_srcdir)/NEWS                   \\r
-           BablFishPath.txt                     \\r
-           Makefile.am\r
-       echo -n "HTML: $@"\r
-       cp $< $@ \r
-       (which tempfile > /dev/null&& TMPFILE=`tempfile` || TMPFILE="/tmp/babl_build_tempfile" ;\\r
-       export BABL_PATH="$(top_builddir)/extensions"; $(babl_html_dump) > $$TMPFILE;\\r
-       $(top_srcdir)/docs/tools/xml_insert.sh $@ BablBase $$TMPFILE;\\r
-       rm -f $$TMPFILE )\r
-       echo -n "."\r
-\r
-       $(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt\r
-       $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS\r
-       $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS\r
-       echo " [OK]"\r
-\r
-distclean-local:\r
-       if test $(srcdir) = .; then :; else     \\r
-               rm -f $(BUILT_EXTRA_DIST);      \\r
-       fi\r
-\r
-rss: changelog.rss\r
-\r
-changelog.rss: ../ChangeLog\r
-       echo -n " RSS:"\r
-       echo -n " $@"\r
-       tools/changelog2rss $< > $@ && \\r
-       echo " [OK]" || echo " Fail"\r
-\r
-web: all graphics\r
-       echo -n " WEB: "\r
-       ping -c 1 $(WEBSITE_HOST) >/dev/null && \\r
-          (\\r
-             scp *.txt *.html *.css\\r
-                 "$(WEBSITE_HOST):$(WEBSITE_LOCATION)/" >/dev/null && \\r
-                 echo -n "."; \\r
-             scp graphics/*.png graphics/*.html\\r
-                 "$(WEBSITE_HOST):$(WEBSITE_LOCATION)/graphics/" >/dev/null\\r
-               &&\\r
-                 echo "[OK]"\\r
-               ||\\r
-                 echo "FAIL   scp failed (does dirs exist?)."\\r
-          )\\r
-       || \\r
-          (\\r
-          echo "FAIL   $(WEBSITE_HOST) not reachable."\\r
-          )\r
+# programs used for doc creation
+babl_fish_path_dhtml   = $(top_builddir)/tests/babl_fish_path_dhtml
+babl_fish_path_fitness = $(top_builddir)/tests/babl_fish_path_fitness
+babl_html_dump         = $(top_builddir)/tests/babl_html_dump
+
+.SILENT:
+SUBDIRS=      graphics
+DIST_SUBDIRS= graphics
+
+# The patterns used for html creation in the babl build system
+# is very small, and should probably be documented in a tutorial.
+#      
+#
+#
+HTML_FILES = index-static.html         \
+            index.html         \
+            BablFishPath.html
+
+EXTRA_DIST=                    \
+       babl.css                \
+       tools/xml_insert.sh     \
+       tools/changelog2rss     \
+       index-static.html.in    \
+       index.html              \
+       LGPL
+
+BUILT_EXTRA_DIST = index.html BablFishPath.html BablFishPath.txt
+
+CLEANFILES = README changelog.rss
+DISTCLEANFILES = index-static.html
+MAINTAINERCLEANFILES = $(BUILT_EXTRA_DIST)
+
+all: $(HTML_FILES) rss
+
+
+BablFishPath.html: $(babl_fish_path_dhtml)
+       echo -n "HTML:"
+       echo -n " $@"
+       export BABL_PATH="$(top_builddir)/extensions"; $< > $@ &&\
+       echo " [OK]" || echo " Fail"
+
+BablFishPath.txt: $(babl_fish_path_fitness)
+       echo -n "UTF8:"
+       echo -n " $@"
+       export BABL_PATH="$(top_builddir)/extensions"; $< > $@ &&\
+       echo " [OK]" || echo " Fail"
+       if [ "x"$$CRUCIBLE_ID != "x" ] ;then echo;echo;cat $@;echo;echo;fi
+
+index.html: index-static.html                    \
+           $(babl_html_dump)                    \
+           $(top_srcdir)/AUTHORS                \
+           $(top_srcdir)/NEWS                   \
+           BablFishPath.txt                     \
+           Makefile.am
+       echo -n "HTML: $@"
+       cp $< $@ 
+       (which tempfile > /dev/null&& TMPFILE=`tempfile` || TMPFILE="/tmp/babl_build_tempfile" ;\
+       export BABL_PATH="$(top_builddir)/extensions"; $(babl_html_dump) > $$TMPFILE;\
+       $(top_srcdir)/docs/tools/xml_insert.sh $@ BablBase $$TMPFILE;\
+       rm -f $$TMPFILE )
+       echo -n "."
+
+       $(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt
+       $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
+       $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
+       echo " [OK]"
+
+distclean-local:
+       if test $(srcdir) = .; then :; else     \
+               rm -f $(BUILT_EXTRA_DIST);      \
+       fi
+
+rss: changelog.rss
+
+changelog.rss: ../ChangeLog
+       echo -n " RSS:"
+       echo -n " $@"
+       tools/changelog2rss $< > $@ && \
+       echo " [OK]" || echo " Fail"
+
+web: all graphics
+       echo -n " WEB: "
+       ping -c 1 $(WEBSITE_HOST) >/dev/null && \
+          (\
+             scp *.txt *.html *.css\
+                 "$(WEBSITE_HOST):$(WEBSITE_LOCATION)/" >/dev/null && \
+                 echo -n "."; \
+             scp graphics/*.png graphics/*.html\
+                 "$(WEBSITE_HOST):$(WEBSITE_LOCATION)/graphics/" >/dev/null\
+               &&\
+                 echo "[OK]"\
+               ||\
+                 echo "FAIL   scp failed (does dirs exist?)."\
+          )\
+       || \
+          (\
+          echo "FAIL   $(WEBSITE_HOST) not reachable."\
+          )
index d87b1373964713b0f8ac5d30345f03ed0f6f50e9..c630ef2e940d885b5c87bf85b968aa01dec19194 100644 (file)
@@ -13,7 +13,6 @@ SVG_FILES =                   \
        babl-48x48.svg
 
 EXTRA_DIST =                   \
-       .cvsignore              \
        index.html              \
        $(PNG_FILES)            \
        $(SVG_FILES)